home *** CD-ROM | disk | FTP | other *** search
- on mouseEnter
- set the blend of sprite 24 to 100
- set the blend of sprite 25 to 100
- cursor(280)
- end
-
- on mouseLeave
- set the blend of sprite 24 to 70
- set the blend of sprite 25 to 70
- cursor(-1)
- end
-
- on mouseUp
- i = 23
- repeat while i <= 25
- set the locH of sprite i to 2000
- i = 1 + i
- end repeat
- set the locH of sprite 26 to 322
- set the locH of sprite 27 to 322
- set the locH of sprite 28 to 250
- i = 31
- repeat while i <= 45
- sprite(i).visible = 1
- i = 1 + i
- end repeat
- j = 47
- repeat while j <= 48
- sprite(j).visible = 0
- j = 1 + j
- end repeat
- end
-